Post Reply 
Collaborative collection of useful userRPL snippets
03-26-2018, 01:54 AM
Post: #7
RE: Collaborative collection of useful userRPL snippets
Unless I'm missing the point of the collection, I'd suggest changing the "randInt" entry from
Code:
randInt
  \<<
    RAND * 1 + IP
  \>>
to
Code:
randInt
  \<<
    RAND * CEIL
  \>>

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Collaborative collection of useful userRPL snippets - Joe Horn - 03-26-2018 01:54 AM



User(s) browsing this thread: 5 Guest(s)