+ 2
How to create a algorithm which gives random output??(How to program this randomness)đ”đ”
4 Answers
+ 1
Or if you want to code your own random pseudo generator, then for example with asking of the time and multiplicating with a cooficient, which give the result between 0 and 1.
+ 2
It could be looks like this:
https://code.sololearn.com/cs99aUiA7YUD/?ref=app