Join Slack
Powered by
<https://blog.kotlin-academy.com/creating-a-random...
# feed
m
marcinmoskala
02/11/2019, 3:01 PM
https://blog.kotlin-academy.com/creating-a-random-instance-of-any-class-in-kotlin-b6168655b64a
👍 3
c
christophsturm
02/11/2019, 3:30 PM
i wrote a library thats very similar:
https://github.com/christophsturm/randolf
👏 2
➕ 1
n
nfrankel
02/11/2019, 5:21 PM
@marcinmoskala
typo: in the post, it’s
makeAnyInstance()
but in the code, it’s
makeRandomInstance()
m
marcinmoskala
02/12/2019, 7:50 AM
Thanks, corrected. The concept changed when I was writing. Initially I just needed any instance.
👍 1
5
Views
Open in Slack
Previous
Next