Search found 4 matches

by 3deyes
May 8th, 2007, 1:09 pm
Forum: Expression Discussion
Topic: Faster random binary number generator
Replies: 6
Views: 13335

It ran a little faster, 1.6 fps. Interesting code though thanks.
by 3deyes
May 7th, 2007, 4:28 pm
Forum: Expression Discussion
Topic: Faster random binary number generator
Replies: 6
Views: 13335

Yes, posterizeTime(5); works thank you. Still the same 1.5 fps though.
by 3deyes
May 7th, 2007, 1:43 pm
Forum: Expression Discussion
Topic: Faster random binary number generator
Replies: 6
Views: 13335

Ran at 1.3 Fps. For loops and the + operater for string conjugation are just too slow. But thanks anyway.I think what's needed is a faster lower level language. I wish Adobe would take note of how Autodesk added support for Phyton in Maya 8.5. Anyway, do you know how I make it hold for 5 frames?
by 3deyes
May 5th, 2007, 11:23 am
Forum: Expression Discussion
Topic: Faster random binary number generator
Replies: 6
Views: 13335

Faster random binary number generator

I have seen various tutorials for gererating random binary numbers including one on Creativecow.net by Dan Ebberts "random hex grid" http://www.creativecow.net/articles/ebberts_dan/ae6_exp/index2.html The problem is speed if you want any more than a few lines of text. Of course they will a...