Marching Cubes Implementation in LibGDX

I understand the marching cubes algorithm.

It requires an array of 256 sets of vertices (from 0 to 1, assuming that each cube has a size of 1).

Where could I get this array or how could I generate it?

I’ve seriously looked everywhere, several times and there just isn’t a place with an array like this. Thanks for any guidance!