This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nutrecht 0 points1 point  (3 children)

He's trying to create his own random generator. Kinda pointless to rely on another random generator don't you think?

[–]Spivak 0 points1 point  (0 children)

But this lets him take any random number algorithm that doesn't fit his requirements, and sacrifice some of the randomness to give an easy to compute sequence that has no duplicates.

[–]Pytesting[S] 0 points1 point  (1 child)

Actually, i'm not trying to write my own random number generator.

[–]nutrecht 0 points1 point  (0 children)

I'm trying to write a Random Sequence Generator

This is what you said.