Hacker News new | past | comments | ask | show | jobs | submit login

He was probably looking at a data structure white papers/research. LFSR is good to use as a primary key for DB's./Linked lists(sequential numbers, no so great) I was working on an API along while ago using C.

I think this could be a mission for Redis and Node! Anyone want to hack together a little API/framework for LFSR Generation?




Any particular reason it needs to be an LFSR?

A question I posted on SO some time back may be of interest, it solves a similar problem using an LCG (generating a shuffled range of numbers with no repeats):

http://stackoverflow.com/questions/464476/generating-shuffle...


It's really simple to program in ASM or using ISE/Verilog. going to a low tech approach it can be done on graph paper.

No reason why it's specific..Simple, 'easy to port'. I was doing a little bit of research about a theory I had but when I figured out enough I never fully completed that little project.+2 years prior.


What sort of LRSRs are you looking for? And what language? I put together a LFSR generator as a test demo for a bit vector I homebrewed a while ago -

https://bitbucket.org/pnathan/logic-vector/src/598a6cddb080/...


I'm going to use Javascript and Redis. I'm working on a few little projects to learn both systems a little bit better.


> Anyone want to hack together a little API/framework for LFSR Generation?

I'm kinda interested. But I'm opposed to blowing the balls off anything.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: