jarinwhalley / User-Defined-Functions

1 stars 0 forks source link

Random String Generator #1

Open jarinwhalley opened 11 years ago

jarinwhalley commented 11 years ago

I'm not completely sure that the random() function in my string generator creates completely random numbers (including numbers less than 0.1).

cegme commented 11 years ago

Do you have a link to your code? Please give some context to the questions.

cegme commented 11 years ago

What makes you think they are not random?

jarinwhalley commented 11 years ago

https://github.com/jarinwhalley/User-Defined-Functions/blob/master/code/randomString

I think it works, I just want to make sure it works for the sake of my experiments.

cegme commented 11 years ago

You can be confident in the randomness of the random() function for this use case.

On Tue, Apr 16, 2013 at 12:36 AM, jarinwhalley notifications@github.comwrote:

https://github.com/jarinwhalley/User-Defined-Functions/blob/master/code/randomString

I think it works, I just want to make sure it works for the sake of my experiments.

— Reply to this email directly or view it on GitHubhttps://github.com/jarinwhalley/User-Defined-Functions/issues/1#issuecomment-16426209 .

Christan Grant <><